home *** CD-ROM | disk | FTP | other *** search
/ Temptation 2 / Temptation 2.iso / mac / VENUS / LIST / L6.DIR / 00010.ls < prev    next >
Encoding:
Text File  |  1996-06-28  |  255 b   |  12 lines

  1. on startMovie
  2.   if not soundBusy(2) then
  3.     sound playFile 2, "@:9-10"
  4.   end if
  5.   repeat with i = 11 to 26
  6.     set the cursor of sprite i to [109, 110]
  7.   end repeat
  8.   repeat with i = 31 to 36
  9.     set the cursor of sprite i to [109, 110]
  10.   end repeat
  11. end
  12.